DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionList<T> Class / Add Method
The object to add to the ICollection.

In This Topic
    Add Method (C1DataCollectionList<T>)
    In This Topic
    Adds an item to the ICollection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal item As T _
    ) 
    public void Add( 
       T item
    )

    Parameters

    item
    The object to add to the ICollection.
    See Also